From 0419800465aafc79cc0b1e1729f8aaa203765b15 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 4 Nov 2004 15:23:48 +0000 Subject: [PATCH] Update --- docs/reference/gtk/tmpl/gtkaboutdialog.sgml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/reference/gtk/tmpl/gtkaboutdialog.sgml b/docs/reference/gtk/tmpl/gtkaboutdialog.sgml index 17687262fd..63d314d555 100644 --- a/docs/reference/gtk/tmpl/gtkaboutdialog.sgml +++ b/docs/reference/gtk/tmpl/gtkaboutdialog.sgml @@ -17,7 +17,11 @@ the Help menu. All parts of the dialog are optional. About dialog often contain links and email addresses. #GtkAboutDialog supports this by offering global hooks, which are called when the user clicks on a link or email address, see gtk_about_dialog_set_email_hook() -and gtk_about_dialog_set_url_hook(). +and gtk_about_dialog_set_url_hook(). Email addresses in the +authors, documenters and artists properties are recognized by looking for +<user@host>, URLs are recognized by looking for +http://url, with url extending to +the next space, tab or line break. To make constructing a #GtkAboutDialog as convenient as possible, you can -- 2.30.2